home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 November / Electronic Clipper 1996 November.iso / ideasrc / teaser.dir / 00013_Script_13 < prev    next >
Text File  |  1996-10-11  |  500b  |  18 lines

  1. on startmovie
  2.   global toolH, toolV, volH, volV
  3.   set toolH = 134
  4.   set toolV = 422
  5.   set volH = 141
  6.   set volV = 435
  7. end
  8.  
  9. on keyDown 
  10.   if the key = 1 then set the soundLevel to (1)
  11.   if the key = 2 then set the soundLevel to (2)
  12.   if the key = 3 then set the soundLevel to (3)
  13.   if the key = 4 then set the soundLevel to (4)
  14.   if the key = 5 then set the soundLevel to (5)
  15.   if the key = 6 then set the soundLevel to (6)
  16.   if the key = 7 then set the soundLevel to (7)
  17. end keydown
  18.